'seozie_comments', 'style' => 'ol', 'avatar_size'=> 120, ) ); ?>
seozie_get_svg( array( 'icon' => 'arrow-left' ) ) . '' . esc_html__( 'Previous', 'seozie' ) . '', 'next_text' => '' . esc_html__( 'Next', 'seozie' ) . '' . seozie_get_svg( array( 'icon' => 'arrow-right' ) ), ) ); endif; // Check for have_comments(). // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?>

esc_html__( 'Post comment', 'seozie' ), // Change the title of the reply section 'title_reply' => esc_html__( 'Write a Reply or Comment', 'seozie' ), // Remove "Text or HTML to be displayed after the set of comment fields". 'comment_notes_after' => '', // Redefine your own textarea (the comment body). 'comment_field' => '

', ); comment_form( $comments_args ); ?>